/* import base CSS style */
@import 'base-rtl.css';
/* globals */
body {
	color: #333;
	width: 980px;
	margin: 0 auto;
	font: 11px "Tahoma";
	background: url(bg.png) repeat;
}
a, a:link, a:visited {
	color: #313428;
	text-decoration: none;
}
a:hover {
}
blockquote {
	border-right: 2px solid #CCC;
	color: #666;
	padding: 5px 10px 1px;
	margin: 10px;
	font-style: normal;
}
code {
	background: #EAEAEA;
	color: #333;
	font-family: Consolas, Monaco, Courier, monospace;
	font-size: 11px;
	margin: 1px 0;
	padding: 1px 3px;
}
pre code {
	background: #322E2C;
	border: 1px solid #635957;
	color: #FFF;
	display: block;
	overflow: scroll;
	padding: 1.5em 1.75em;
}
input[type=text], input[type=password], textarea {
	background: url(form.jpg) repeat-x top #FFF;
	border: 1px solid #CCC;
	padding: 5px 3px;
}
input[type=submit] {
	font-family: Arial, 'Lucida Grande', Helvetica, sans-serif;
	background: url(feed-title-white.jpg) repeat-x;
	border: 1px solid #CCC;
	padding: 5px 10px;
	font-size: 10px;
	color: #000;
	font-weight: 700;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input[type=submit]:hover {
	background: #313428;
	color: #FFF;
}
table, th, td {
	border: 1px solid #CCC;
}
th, thead th {
	font-weight: 700;
	color: #333;
	background: #DDD;
}
td, tbody td {
	background: #F0F0F0;
}
dl {
	margin: 10px 0;
	font-size: 14px;
}
dl dt {
	color: #666;
	padding-bottom: 3px;
}
dl dd {
	margin: 0 0 10px 0;
	line-height: 1.5em;
}
/* common classes */
img.aligncenter, img.alignright, img.alignleft {
	border: 1px solid #DDD;
	text-align: center;
	background: #F3F3F3;
	padding: 4px;
}
.wp-caption {
	border: 1px solid #DDD;
	text-align: center;
	background: #F3F3F3;
	padding-top: 4px;
	margin: 10px
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: none
}
.wp-caption .wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0
}
.sub {
	font-size: 11px;
	color: #848485;
}
.tags a:link, .tags a:visited {
	text-decoration: none;
	font-weight: 700;
	padding: 0 5px 3px;
	line-height: 1.3em;
	display: inline-block;
}
.tags a:hover {
	text-decoration: underline;
}
.avatar {
	float: right;
	margin: 0 10px 10px 0;
	border: 1px solid #CCC;
	padding: 2px;
	background: #FFF;
}
label.error {
	border: 1px solid #D8000C;
	color: #D8000C;
	background: #FFBABA;
	margin: 5px 0;
}
/* structure */
#main {
	background: white;
}
/* header */
#header {
	background: #FFF;
	border-radius: 10px 10px 0 0;
	margin-top: 14px;
	box-shadow: 0px 1px 5px 0px #413F3F;
}
.logo {
	max-width: 590px;
	float: right;
	font-weight: 700;
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.blog-name {
	font-size: 22px;
	letter-spacing: 1px;
}
.blog-name a:link, .blog-name a:visited {
	color: #FFF;
	text-decoration: none;
}
.blog-description {
	font-size: 11px;
	color: #7d716d;
}
/* top menu */
#top-menu {
	background: #111;
}
#top-menu-content {
	height: 25px;
	padding: 3px 0;
}
#top-menu-content .sf-menu {
	text-transform: uppercase;
	margin: 0 2px;
}
#top-menu .sf-menu a {
	display: block;
	text-decoration: none;
	padding: 7px 10px 8px;
	color: #AAA;
	font-size: 12px;
	border-left: 1px solid #333;
}
#top-menu .sf-menu ul a {
	border: none;
}
#top-menu .sf-menu ul li {
	border: 1px solid #333;
	margin-top: -1px;
}
#top-menu .sf-menu a:hover, #top-menu .sf-menu li:hover, #top-menu .sf-menu li.sfHover, #top-menu .sf-menu ul li {
	color: #FFF;
	background: #111;
}
#top-menu .sf-menu ul a:hover, #top-menu .sf-menu ul li.sfHover, #top-menu .sf-menu ul li:hover {
	color: #373331;
	background: #FFF;
}
#top-menu .sf-menu ul li.sfHover a.sf-with-ul {
	color: #373331;
}
#top-menu .sf-menu li li a {
	padding: 7px 10px;
	line-height: 1;
	height: auto;
	font-size: 10px;
}
#top-menu .sf-menu .sf-with-ul {
	padding-right: 15px;
}
#top-menu .sf-sub-indicator {
	background: url(dropdown.png) no-repeat left;
	width: 5px;
	height: 5px;
	display: inline-block;
	position: relative;
	right: 7px;
	top: 0;
	vertical-align: middle;
}
#top-menu .sf-menu ul .sf-sub-indicator {
	display: none;
}
#top-menu .sf-menu li:hover ul, #top-menu .sf-menu li.sfHover ul {
	top: 2.4em;
}
#top-menu ul.sf-menu li li:hover ul, #top-menu ul.sf-menu li li.sfHover ul, #top-menu ul.sf-menu li li li:hover ul, #top-menu ul.sf-menu li li li.sfHover ul {
	top: 0;
}
/* main navigation */
#nav {
	min-width: 980px;
	padding-bottom: 10px;
	padding-top: 10px;
	box-shadow: 0px 3px 5px 0px #413F3F;
}
#nav-content {
	margin: 0 auto;
	width: 978px;
}
#nav .sf-menu {
	line-height: 1.1;
	max-width: 870px;
	margin-right: 12px;
}
#nav .sf-menu a {
	display: block;
	text-decoration: none;
	padding: 7px 11px 7px;
	color: #FFF;
	font-size: 11px;
	font-weight:bold;
}
#nav .sf-menu ul li {
	border: 1px solid #474331;
	margin-top: -1px;
	margin-bottom: 5px;
}
#nav .sf-menu a:hover, #nav .sf-menu li:hover, #nav .sf-menu li.sfHover, #nav .sf-menu ul li {
	color: #FFF;
	border-radius: 10px;       /* W3C */
	;
	background: #C23521;
	background: -webkit-gradient(linear, left top, left bottom, from(#E0533F), to(#C23521));
	background: -webkit-linear-gradient(top, #E0533F, #C23521);
	background: -moz-linear-gradient(top, #E0533F, #C23521);
	background: -ms-linear-gradient(top, #E0533F, #C23521);
	background: -o-linear-gradient(top, #E0533F, #C23521);
	background: linear-gradient(top, #E0533F 0%, #C23521 100%); /* W3C */
	;
}
#nav .sf-menu ul a:hover, #nav .sf-menu ul li.sfHover, #nav .sf-menu ul li:hover {
	color: #373331;
	background: #FFF;
}
#nav .sf-menu ul li.sfHover a.sf-with-ul {
	color: #373331;
}
#nav .sf-menu li li a {
	padding: 7px 10px;
	line-height: 1;
	height: auto;
	font-size: 12px;
}
#nav .sf-menu .sf-with-ul {
	padding-right: 15px;
}
#nav .sf-sub-indicator {
	background: url(dropdown.png) no-repeat;
	width: 5px;
	height: 5px;
	display: inline-block;
	position: relative;
	right: 7px;
	top: 0;
	vertical-align: middle;
}
#nav .sf-menu ul .sf-sub-indicator {
	display: none;
}
#nav .quick-nav li {
	padding-top: 8px;
}
.quick-nav li {
	padding: 5px 8px 0 0;
}
.quick-nav a:link, .quick-nav a:visited {
	display: block;
	width: 16px;
	height: 16px;
	float: right;
	clear: right;
	opacity: 0.6;
}
.quick-nav a:hover {
	opacity: 1;
}
.quick-nav #rss {
	background: url(rss.png) no-repeat;
	font-size:0px;
}
.quick-nav #twitter {
	background: url(twitter.png) no-repeat;
	font-size:0px;
}
.quick-nav #facebook {
	background: url(/facebook.png) no-repeat;
	font-size:0px;
}
/* search bar */
#searchbar {
	margin: 25px 0 0;
}
.searchform {
	border: 3px solid #383332;
	background: #EFEFEF;
	width: 250px;
	padding: 6px 5px;
	margin: 0;
}
.searchform .s {
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: none;
	background: #EFEFEF;
	padding: 0;
	margin: 0;
	float: right;
	width: 234px;
}
.searchform .searchsubmit {
	background: url(/searchsubmit.gif) no-repeat;
	text-indent: -9000px;
	width: 16px;
	height: 16px;
	border: none;
	float: right;
	cursor: pointer;
	opacity: 0.7;
	text-transform: capitalize;
	padding: 0;
	margin: 0;
}
.searchform .searchsubmit:hover {
	background: url(/searchsubmit.gif) no-repeat;
	opacity: 1;
}
/* sidebar */
.widgetcontainer {
	border: solid #CCC;
	border-width: 1px;
	background: repeat-x #FFF;
	line-height: 1.4em;
}
.widgetcontainer a {
	font-size: 12px;
	font-family: "Tahoma";
	color: gray;
}
.widgetcontainer .excerpt {
	font-size: 11px;
	margin: 5px 0;
}
.widgettitle {
	color: #333;
	font-size: 15px;
	font-weight: 700;
	margin: -10px -10px 10px;
	padding: 5px 10px;
	background: url(feed-title-white.jpg) repeat-x top #EFEFEF;
	border-bottom: 1px solid #CCC;
}
.widgettitle a {
	color: #333;
}
.multi-sidebar .thumb, .multi-sidebar .recentcomments .avatar, .featured-stories .thumb {
	float: right;
	border: 1px solid #CCC;
	margin: 0 10px 0 10px;
	background: #FFF;
	padding: 2px;
}
.sidebar-read-more:link, .sidebar-read-more:visited {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10px;
	padding: 2px 4px;
	margin: 5px 0 0;
	display: inline-block;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #FFF;
	background: #333;
}
.sidebar-read-more:hover {
	background: #CC0000;
}
.multi-sidebar .tabs li {
	background: #383332;
}
.multi-sidebar .tabs a:link, .multi-sidebar .tabs a:visited {
	text-decoration: none;
	font-weight: 700;
	color: #FFF;
}
.multi-sidebar .tabs a:hover {
	border-bottom: 1px dotted #FFF;
}
.multi-sidebar .tabs .ui-tabs-selected {
	background: #bdbdbd;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bdbdbd));
	background: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(117, 117, 117));
	background: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(117, 117, 117));
	background: -ms-linear-gradient(top, rgb(255, 255, 255), rgb(117, 117, 117));
	background: -o-linear-gradient(top, #ffffff, #bdbdbd);
	border-top: 5px solid rgb(206, 206, 206);
	box-shadow: inset 0px 8px 8px -6px rgb(216, 216, 216);
}
.multi-sidebar .tabs .ui-tabs-selected a:link, .multi-sidebar .tabs .ui-tabs-selected a:visited {
	color: #37322F;
}
.multi-sidebar .widgetcontainer {
	background: #FFF;
	border: 1px solid #CCC;
}
.multi-sidebar .widgetcontainer li, .featured-stories li, .related-posts li {
	border-bottom: 1px dotted #CCC;
}
.multi-sidebar .recentcomments .author {
	color: #666;
	font-size: 11px;
}
#wp-calendar {
	border: 1px solid #999;
}
#wp-calendar td {
	text-align: center;
}
#wp-calendar caption {
	color: #333;
	font-size: 12px;
	font-weight: 700;
	margin: 0;
	padding: 5px 9px;
	background: url(feed-title-white.jpg) repeat-x top #EFEFEF;
	border: 1px solid #CCC;
	text-align: center;
}
/* featured slideshow */
#featured-slideshow {
	box-shadow: 0 0 5px black;
	width: 920px;
	height: 306px !important;
	margin-right: 19px;
	margin-top: 5px;
}
.featured-article {
	text-decoration: none !important;
	background-position: center !important;
}
.featured-entry {
	height: 85px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: #000000 1px 3px 4px;
	background:url(bkg-slider-titulo.png) top right no-repeat;
	font-size: 1.75em;
	font-weight: bold;
	line-height: 56px;
}
.featured-entry .entry-title {
	color: #FFF;
	padding: 10px 15px 5px;
	font-size: 18px;
	font-weight: 700;
}
.featured-entry {
	top: -307px !important;
	height: 85px !important;
}
/* bottom content */
#bottom-content-1 .widgettitle, #bottom-content-2 .widgettitle {
	background: #F0F0F0;
}
/* tapestries */
.entry-thumbnails-link {
	background: #111;
	text-decoration: none !important;
}
.posts-default li {
	margin: 0 0 10px 15px;
	font-size: 12px;
}/*edit*/
.posts-default img {
	background: #111;
}
.posts-default .entry-title {
	font-weight: 700;
	font-size: 14px;
}
.posts-default .entry-summary, .posts-quick .entry-summary {
	color: #333;
}
.posts-default .entry-thumbnails-link {
	border: 1px solid #E1E1E1;
	background: #FFF;
}
.posts-default .published {
	text-transform: uppercase;
	font-size: 10px;
	color: #999;
	border-bottom: none;
}
.posts-quick .entry-title {
	font-weight: 700;
	font-size: 16px;
}
.posts-quick .entry-summary {
	font-size: 13px;
}
.posts-quick .entry-thumbnails {
	border: 1px solid #CCC;
	background: #FFF;
}
.posts-quick .entry-info {
	font-size: 11px;
	color: #666;
	border: none;
}
.posts-quick .entry-info abbr {
	text-decoration: none;
	border: none;
}
.posts-quick .quick-read-more a:link, .posts-quick .quick-read-more a:visited {
	padding: 5px 10px;
	margin: 3px 0;
	font-size: 12px;
	background: url(feed-title-white.jpg) top repeat-x #EFEFEF;
	color: #000;
	text-decoration: none;
	border: 1px solid #CCC;
	font-weight: 700;
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.posts-quick .quick-read-more a:hover {
	background: #383332;
	color: #FFF;
}
.posts-default .entry-meta, .posts-quick .entry-meta {
	color: #CCC;
	background: #000;
	height: 25px;
	font-weight: 700;
	opacity: 0.7;
}
.posts-default .entry-meta a:link, .posts-default .entry-meta a:visited, .posts-quick .entry-meta a:link, .posts-quick .entry-meta a:visited {
	color: #FFF;
	text-decoration: none;
}
.posts-line {
	background: #FFF;
	border: 1px solid #CCC;
}
.posts-line li {
	padding: 7px 0;
	border-bottom: 1px solid #EEE;
}
.posts-line .entry-cat {
	font-size: 11px;
	color: #848485;
}
.posts-line .entry-title {
	font-size: 14px;
}
.posts-line .entry-comments {
	font-size: 11px;
	color: #848485;
}
.home-title {
	font-weight: 700;
	font-size: 15px;
	padding: 20px;
	border-bottom: 1px solid #DDD;
	margin: 0 0 10px 15px !important;
	color: #333;
	background: rgb(221, 221, 221);
	width: 919px;
	height:18px;
	box-shadow: inset 0 -6px 8px 0px rgb(153, 153, 153);
	border: 2px solid white;
	border-radius: 20px;
	-moz-transition: all 0.50s ease-out;
	-o-transition: all 0.50s ease-out;
	-webkit-transition: all 0.50s ease-out;
	-ms-transition: all 0.50s ease-out;
}
.home-title:hover {
	box-shadow: inset 0 6px 8px 0px rgb(153, 153, 153);
	-moz-transition: all 0.50s ease-out;
	-o-transition: all 0.50s ease-out;
	-webkit-transition: all 0.50s ease-out;
	-ms-transition: all 0.50s ease-out;
}
/*edit*/

.home-title span {
	background: rgb(122, 37, 37);
	padding:10px;
	color:white;
	box-shadow: 0 6px 8px -6px black;
}
/* single post */
.single .post, #main .single-post {
	background: #FFF;
	border: 1px solid #CCC;
}
.single .post .entry-title, .single-post .entry-title {
	font-size: 22px;
	font-weight: 700;
}
.single .post .entry-info, .single-post .entry-info {
	color: #848485;
	font-size: 11px;
	text-transform: uppercase;
	border-bottom: 1px dotted #CCC;
}
.single .post .entry-info .published, .single-post .entry-info .published {
	border: none;
}
.single .post .entry-cat, .single-post .entry-cat {
	color: #848485;
	line-height: 1.5em;
}
.single-post .entry-info a:link, .single-post .entry-info a:visited {
	color: #666;
	text-decoration: none;
}
.single-post .entry-info a:hover {
	color: #333;
}
.single .post .entry-author, .single-post .entry-author {
	font-weight: 700;
	color: #848485;
}
.single .post .entry-author address, .single-post .entry-author address {
	font-style: normal;
}
#main .single .post .tags, #main .single-post .tags {
	color: #848485;
	border-top: 1px dotted #CCC;
	line-height: 1.5em;
}
#main .single .post .tags strong, #main .single-post .tags strong {
	text-transform: uppercase;
	font-size: 11px;
}
.single .post .entry-photo img, .single-post .entry-photo img {
	border: 1px solid #CCC;
}
.single .post .entry-comments, .single-post .entry-comments {
	float: left;
	padding: 3px 3px 3px 17px;
	margin-top: 20px;
	background: url(/comments.gif) no-repeat right #383331;
	display: inline-block;
	color: #FFF;
	font-size: 14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.post-edit-link:link, .post-edit-link:visited {
	text-decoration: none;
}
.single-post-meta-field {
	background: #313428;
	display: block;
	border: 1px solid #383332;
	padding: 5px 10px;
	color: #FFF;
	font-weight: 700;
}
.single-post-meta-value {
	border: 1px solid #CCC;
	padding: 5px 10px;
	background: #F0F0F0;
	display: block;
}
.module-title, .feed-title, #reply-title {
	line-height: 1em;
	color: #333;
	font-size: 12px;
	font-weight: 700;
	margin: 0 10px 0 0;
	padding: 7px 10px;
	background: url(feed-title-white.jpg) repeat-x top #EFEFEF;
	border: 1px solid #CCC;
	display: block;
}/*edit*/
.feed-title {
	border-bottom: none;
}
.gallery-icon img {
	background: #FFF;
	border: 1px solid #CCC;
}
.about-author {
	border: 1px solid #CCC;
	background: #F5F5F5;
}
.about-author h4 {
	color: #333;
	font-weight: 700;
	font-size: 12px;
}
/* wp-pagenavi */
.wp-pagenavi {
	margin: 0 0 30px 285px;
	font-size: 12px;
	background: rgb(151, 151, 151);
	padding: 10px;
	border-radius: 9px;
	box-shadow: 0 6px 8px -2px black;
}
.wp-pagenavi a, .wp-pagenavi span {
	margin: 2px !important;
	display: inline-block;
}
.wp-pagenavi span.pages {
	border: 1px solid #CCC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 8px;
}
/* comments */
#commentlist {
	background: #F0F0F0;
	border: solid #CCC;
	border-width: 0 1px;
}
#commentlist .avatar {
	border: 1px solid #CCC;
	padding: 1px;
	float: right;
	margin: 0 5px 10px 5px;
}
#commentlist cite {
	font-weight: 700;
	font-style: normal;
	line-height: 20px;
	font-size: 14px;
}
#commentlist .comment-node {
	background: #FFF;
	border: 1px solid #CCC;
}
#commentlist .children .comment-node {
	background: #F5F5F5;
}
#commentlist .comment-content {
	font-size: 12px;
}
#commentlist .comment-meta, #commentlist .comment-meta abbr {
	border: none;
	text-decoration: none;
	color: #999;
	font-size: 11px;
}
#commentlist .comment-controls {
	padding: 15px 10px;
	font-weight: 700;
	float: left;
}
#commentlist .comment-controls a:link, #commentlist .comment-controls a:visited {
	background: url(feed-title-white.jpg) top repeat-x #EFEFEF;
	color: #000;
	text-decoration: none;
	padding: 4px 8px;
	margin: 0;
	border: 1px solid #CCC;
	font-weight: 700;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#commentlist .comment-controls a:hover {
	background: #313428;
	color: #FFF;
}
#commentlist .reply a, .comments-navigation a, .read-more, .navigation a, .wp-pagenavi a {
	background: url(feed-title-white.jpg) top repeat-x #EFEFEF;
	color: #000;
	text-decoration: none;
	padding: 5px 8px;
	margin: 0;
	border: 1px solid #CCC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
}
#commentlist .reply a:hover, .comments-navigation a:hover, .navigation a:hover, .read-more:hover, .wp-pagenavi a:hover {
	background: #313428;
	color: #FFF;
}
.comments-navigation span.current, .wp-pagenavi span.current {
	background: #313428;
	color: #FFF;
	text-decoration: none;
	padding: 5px 8px;
	margin: 0;
	border: 1px solid #CCC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.comments-navigation {
	background: #F0F0F0;
	padding: 0 10px 10px;
	border: solid #CCC;
	border-width: 0 1px 1px;
}
.comments-navigation a {
	display: inline-block;
}
.nocomments {
	background: #FFF;
	border: solid #CCC;
	border-width: 0 1px 1px;
	padding: 15px 10px;
	margin: 0 10px 10px 0;
	font-size: 12px;
}
#commentform {
	background: #FFF;
	border: solid #CCC;
	border-width: 0 1px 1px;
	margin-right: 10px;
	padding: 10px;
}/*edit*/
#commentform label {
	color: #999;
}
#commentform label.error {
	margin: 5px 0;
	color: #D8000C;
	font-weight: bold;
	padding: 5px;
}
#commentform span.required {
	color: #FF0000;
}
#commentform input[type=text] {
	display: block;
	width: 300px;
	font: 14px 'Lucida Grande', Arial, Helvetica, sans-serif;
	margin: 5px 0;
}
#commentform textarea {
	display: block;
	font: 14px Arial, 'Lucida Grande', Helvetica, sans-serif;
	width: 90%;
	margin-bottom: 5px;
}
#cancel-comment-reply-link {
	font-size: 11px;
}
.pingbacks {
	background: #FFF;
	border: solid #CCC;
	border-width: 0 1px 1px;
	padding: 15px 10px 15px 30px;
	margin: 0 0 20px 10px;
}
.pingbacks li {
	padding: 2px 0;
	font-weight: 700;
}
.pingbacks a:link, .pingbacks a:visited {
	text-decoration: none;
}
/* search results */
.search-results h2 {
	color: #333;
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 0 10px;
	padding: 6px 10px;
	background: url(feed-title-white.jpg) repeat-x top #EFEFEF;
	border: 1px solid #CCC;
}
.search-results-content {
	border: solid #CCC;
	border-width: 0 1px 1px;
	background: #FFF;
	margin: 0 0 10px 10px;
	padding: 10px;
}
.search-results-content .searchform, .sidebar .searchform {
	padding: 5px 4px;
	border: 4px solid #CCC;
	background: #EFEFEF;
	width: 250px;
}
/* author template */
.author-posts-title, .author-content h1, .archive-title {
	font-family: Century Gothic, Apple Gothic, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	padding: 0 3px 8px;
	border-bottom: 1px solid #DDD;
	margin: 0 15px 10px 0;
	color: #383331;
}
/* footer */
#footer {
	background: url('footer.png') top center;
	border-radius: 10px;
	margin-top: -17px;
	clear: both;
	width: 985px
}
#footer .widgetcontainer {
	border: medium none;
	width: 162px;
	background: url('../../yourcolor/yourcolor-bg-li.png') no-repeat left 25px;
}
#footer .widgettitle {
	background: none;
	border: none;
	font-size: 15px;
	color: #FFF;
	padding: 0 0 10px;
	letter-spacing: -1px;
	margin: 0;
}
#footer .widgetcontent {
	font-size: 12px;
	background: none;
	padding: 0;
	border: none;
}
#footer .footer-message {
	font-size: 11px;
}
.footer-sidebar-container {
}
.posts-default .entry-thumbnails {
	box-shadow: 0 0 7px black;
}
.posts-default .entry-thumbnails:hover {
	margin-top:-10px;
}
/************************yourcolor **********************/
.vsrp_div {
	background: url(http://cook2all.com/wp-content/uploads/2012/04/Salad-icon1.png) right no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-bottom: 2px solid #D05D2A;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-family:Tahoma;
	z-index: 1;
}
.vsrp_div:hover {
	padding:4px 0px 1px 0;
	height:30px;
	display: block;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(left, transparent, transparent 30%, #EDD1D1);
	background-image: -moz-linear-gradient(left, transparent, transparent 30%, #EDD1D1);
	background-image: -ms-linear-gradient(left, transparent, transparent 30%, #EDD1D1);
	background-image: -o-linear-gradient(left, transparent, transparent 30%, #EDD1D1);
	-webkit-background-size: 110000% 100%;
	-moz-transition: all 0.26s ease-out;
	-o-transition: all 0.26s ease-out;
	-webkit-transition: all 0.26s ease-out;
	-ms-transition: all 0.26s ease-out;
}
.vsrp_div a {
	font-size:12px;
	margin-right:30px;
	margin-top:20px;
	color:#B30900
}
#s-featured li.clearfix {
	background: rgb(235, 233, 233);
	padding-top: 10px;
	box-shadow: inset -6px 6px 8px -6px black;
	-moz-transition: all 0.50s ease-out;
	-o-transition: all 0.50s ease-out;
	-webkit-transition: all 0.50s ease-out;
	-ms-transition: all 0.50s ease-out;
	margin-left: 10px;
	float: right;
	width: 301px;
}
#s-featured li.clearfix:hover {
 background:#272727  -moz-transition: all 0.50s ease-out;
	-o-transition: all 0.50s ease-out;
	-webkit-transition: all 0.50s ease-out;
	-ms-transition: all 0.50s ease-out
}
#s-featured li.clearfix .thumb {
	box-shadow: 0 6px 8px -6px black;
	-moz-transition: all 0.50s ease-out;
	-o-transition: all 0.50s ease-out;
	-webkit-transition: all 0.50s ease-out;
	-ms-transition: all 0.50s ease-out
}
#s-featured li.clearfix:hover .thumb {
	margin-top: -10px;
	margin-bottom: 10px;
	-moz-transition: all 0.50s ease-out;
	-o-transition: all 0.50s ease-out;
	-webkit-transition: all 0.50s ease-out;
	-ms-transition: all 0.50s ease-out
}
/*****/
#s-latest li.clearfix {
	background: rgb(235, 233, 233);
	padding-top: 10px;
	box-shadow: inset -6px 6px 8px -6px black;
	-moz-transition: all 0.50s ease-out;
	-o-transition: all 0.50s ease-out;
	-webkit-transition: all 0.50s ease-out;
	-ms-transition: all 0.50s ease-out;
	margin-left: 10px;
	float: right;
	width: 301px;
}
#s-latest li.clearfix:hover {
 background:#272727  -moz-transition: all 0.50s ease-out;
	-o-transition: all 0.50s ease-out;
	-webkit-transition: all 0.50s ease-out;
	-ms-transition: all 0.50s ease-out
}
#s-latest li.clearfix .thumb {
	box-shadow: 0 6px 8px -6px black;
	-moz-transition: all 0.50s ease-out;
	-o-transition: all 0.50s ease-out;
	-webkit-transition: all 0.50s ease-out;
	-ms-transition: all 0.50s ease-out
}
#s-latest li.clearfix:hover .thumb {
	margin-top: -10px;
	margin-bottom: 10px;
	-moz-transition: all 0.50s ease-out;
	-o-transition: all 0.50s ease-out;
	-webkit-transition: all 0.50s ease-out;
	-ms-transition: all 0.50s ease-out
}
.footer-sidebar {
	width: 960px !important;
	margin-top: 30px;
}
.slider-button {
	height: 48px;
	width: 200px;
	display: block;
	line-height: 48px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF !important;
	position: absolute;
	left: 20px;
	bottom: -130px;
	text-shadow: #000000 1px 1px 3px;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 3px 3px 4px #333333;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.8em;
	background: -webkit-gradient(linear, left top, left bottom, from(#6F9900), to(#C4E50C));
	background: -webkit-linear-gradient(top, #6F9900, #C4E50C);
	background: -moz-linear-gradient(top, #6F9900, #C4E50C);
	background: -ms-linear-gradient(top, #6F9900, #C4E50C);
	background: -o-linear-gradient(top, #6F9900, #C4E50C);
	background: linear-gradient(top, #6F9900 0%, #C4E50C 100%);
}
.slider-button:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#C4E50C), to(#6F9900));
	background: -webkit-linear-gradient(top, #C4E50C, #6F9900);
	background: -moz-linear-gradient(top, #C4E50C, #6F9900);
	background: -ms-linear-gradient(top, #C4E50C, #6F9900);
	background: -o-linear-gradient(top, #C4E50C, #6F9900);
	background: linear-gradient(top, #C4E50C 0%, #6F9900 100%);
	box-shadow: 1px 1px 2px #333333;
}
#masst-post {
	padding: 10px 26px;
	background:white;
	margin-top: 12px;
	box-shadow: 0px 0px 9px #666666;
	margin-bottom: -5px;
}
.yourcolor-2col {
	width: 614px;
	float: right;
}
.home-me-1 {
	display: inline-block;
	border: #CCC solid 1px;
	vertical-align: top;
	border-radius: 6px;
	padding: 5px;
	margin: 5px;
	width: 285px;
	float: right;
}
.home-me-1 h2 {
	background: -webkit-gradient(linear, left top, left bottom, from(#8D8D8D), to(#4E4E4E));
	background: -webkit-linear-gradient(top, #8D8D8D, #4E4E4E);
	background: -moz-linear-gradient(top, #8D8D8D, #4E4E4E);
	background: -ms-linear-gradient(top, #8D8D8D, #4E4E4E);
	background: -o-linear-gradient(top, #8D8D8D, #4E4E4E);
	background: linear-gradient(top, #8D8D8D 0%, #4E4E4E 100%);
	font-size: 17px;
	line-height: 32px;
	margin: 0px 0px 10px 0px;
	padding: 0px 20px 0px 0px;
	border-radius: 6px 6px 6px 6px;
	color: white !important;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: right;
	text-shadow: #000 1px 1px 0px;
}
.home-me-1 h2 a {
	color:white;
}
.home-me-1 h2 a:hover {
	text-decoration: underline;
}
.home-me-1 img {
	float:right;
	margin-left:5px
}
.home-me-1 p {
	text-align:right;
	font-size:12px;
}
/****** 1 ********/

.home-me-2 {
	display: inline-block;
	border: #CCC solid 1px;
	vertical-align: top;
	border-radius: 6px;
	padding: 5px;
	margin: 5px;
	width: 285px;
	float: right;
}
.home-me-2 h2 {
	background: -webkit-gradient(linear, left top, left bottom, from(#8D8D8D), to(#4E4E4E));
	background: -webkit-linear-gradient(top, #8D8D8D, #4E4E4E);
	background: -moz-linear-gradient(top, #8D8D8D, #4E4E4E);
	background: -ms-linear-gradient(top, #8D8D8D, #4E4E4E);
	background: -o-linear-gradient(top, #8D8D8D, #4E4E4E);
	background: linear-gradient(top, #8D8D8D 0%, #4E4E4E 100%);
	font-size: 17px;
	line-height: 32px;
	margin: 0px 0px 10px 0px;
	padding: 0px 20px 0px 0px;
	border-radius: 6px 6px 6px 6px;
	color: white !important;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: right;
	text-shadow: #000 1px 1px 0px;
}
.home-me-2 h2 a {
	color:white;
}
.home-me-2 h2 a:hover {
	text-decoration: underline;
}
.home-me-2 img {
	float:right;
	margin-left:5px
}
.home-me-2 p {
	text-align:right;
	font-size:12px;
}
/********** 2 **********/


.home-me-3 {
	display: inline-block;
	border: #CCC solid 1px;
	vertical-align: top;
	border-radius: 6px;
	padding: 5px;
	margin: 5px;
	width: 285px;
	float: right;
}
.home-me-3 h2 {
	background: -webkit-gradient(linear, left top, left bottom, from(#8D8D8D), to(#4E4E4E));
	background: -webkit-linear-gradient(top, #8D8D8D, #4E4E4E);
	background: -moz-linear-gradient(top, #8D8D8D, #4E4E4E);
	background: -ms-linear-gradient(top, #8D8D8D, #4E4E4E);
	background: -o-linear-gradient(top, #8D8D8D, #4E4E4E);
	background: linear-gradient(top, #8D8D8D 0%, #4E4E4E 100%);
	font-size: 17px;
	line-height: 32px;
	margin: 0px 0px 10px 0px;
	padding: 0px 20px 0px 0px;
	border-radius: 6px 6px 6px 6px;
	color: white !important;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: right;
	text-shadow: #000 1px 1px 0px;
}
.home-me-3 h2 a {
	color:white;
}
.home-me-3 h2 a:hover {
	text-decoration: underline;
}
.home-me-3 img {
	float:right;
	margin-left:5px
}
.home-me-3 p {
	text-align:right;
	font-size:12px;
}
/************ 3 ***********/
.home-me-4 {
	display: inline-block;
	border: #CCC solid 1px;
	vertical-align: top;
	border-radius: 6px;
	padding: 5px;
	margin: 5px;
	width: 285px;
	float: right;
}
.home-me-4 h2 {
	background: -webkit-gradient(linear, left top, left bottom, from(#8D8D8D), to(#4E4E4E));
	background: -webkit-linear-gradient(top, #8D8D8D, #4E4E4E);
	background: -moz-linear-gradient(top, #8D8D8D, #4E4E4E);
	background: -ms-linear-gradient(top, #8D8D8D, #4E4E4E);
	background: -o-linear-gradient(top, #8D8D8D, #4E4E4E);
	background: linear-gradient(top, #8D8D8D 0%, #4E4E4E 100%);
	font-size: 17px;
	line-height: 32px;
	margin: 0px 0px 10px 0px;
	padding: 0px 20px 0px 0px;
	border-radius: 6px 6px 6px 6px;
	color: white !important;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: right;
	text-shadow: #000 1px 1px 0px;
}
.home-me-4 h2 a {
	color:white;
}
.home-me-4 h2 a:hover {
	text-decoration: underline;
}
.home-me-4 img {
	float:right;
	margin-left:5px
}
.home-me-4 p {
	text-align:right;
	font-size:12px;
}
.breadcrumbs {
	float: right;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	text-align: right;
	width: 650px;
	margin: 1px 0px 10px 0px;
	color: #999 !important;
}
.breadcrumbs a {
	height: 20px;
	background-color: #E45C48;
	vertical-align: middle;
	padding: 5px 6px 6px 6px;
	text-decoration: none;
	color: white;
	text-align: right;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold !important;
	text-shadow: black 0px 1px 1px;
	border-radius: 6px 6px 6px 6px;
	margin-left: 3px;
	margin-right: 2px;
}
.breadcrumbs p {
	height: 20px;
	background: #1580AF url(icon_joystick.png) no-repeat 97% 55%;
	vertical-align: middle;
	padding: 5px 22px 5px 10px !important;
	text-decoration: none;
	color: white;
	text-align: right;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-shadow: black 0px 1px 1px;
	margin: 0px;
	border-radius: 4px 4px 4px 4px;
	display: inline;
	margin-right: 3px;
}